const go.pact.im/x/plumb/internal/solve.maxInstantiations

3 uses

	go.pact.im/x/plumb/internal/solve (current package)
		solve.go#L94: 	maxInstantiations = 5000
		solve.go#L562: 	if s.instCount++; s.instCount > maxInstantiations {
		solve.go#L563: 		return false, diag.Errorf(p.Pos, diag.ErrNonTerminating, "set %q exceeded %d instantiations; a provider appears to manufacture unboundedly larger types", s.name, maxInstantiations)